2024-09-24 00:50:36,123 [ 187785 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy (runner:42, check_args_and_update_paths) 2024-09-24 00:50:36,123 [ 187785 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration (runner:90, check_args_and_update_paths) 2024-09-24 00:50:36,123 [ 187785 ] INFO : src dir is not set. Will use /home/ubuntu/_work/_temp/test/git-repo-copy/src (runner:97, check_args_and_update_paths) 2024-09-24 00:50:36,123 [ 187785 ] INFO : base_configs_dir: /home/ubuntu/_work/_temp/test/git-repo-copy/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration (runner:99, check_args_and_update_paths) 2024-09-24 00:50:36,123 [ 187785 ] INFO : Unknown image altinityinfra/dotnet-client (runner:357, ) Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_kchdan --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/_temp/test/git-repo-copy/src/Server/grpc_protos:/ClickHouse/src/Server/grpc_protos --volume=/run:/run/host:ro --mount type=bind,source=/home/ubuntu/_work/_temp/test/dockerd_volume_dir,target=/var/lib/docker -e DOCKER_HELPER_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_BASE_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_KERBERIZED_HADOOP_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_KERBEROS_KDC_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_MYSQL_JAVA_CLIENT_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_MYSQL_JS_CLIENT_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_MYSQL_PHP_CLIENT_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_NGINX_DAV_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=0 --color=no --durations=0 test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach test_role/test.py::test_admin_option test_role/test.py::test_changing_default_roles_affects_new_sessions_only test_role/test.py::test_combine_privileges test_role/test.py::test_create_role test_role/test.py::test_function_current_roles test_role/test.py::test_grant_role_to_role test_role/test.py::test_introspection test_role/test.py::test_revoke_requires_admin_option 'test_role/test.py::test_role_expiration[False]' 'test_role/test.py::test_role_expiration[True]' test_role/test.py::test_roles_cache test_role/test.py::test_set_role test_s3_table_functions/test.py::test_s3_table_functions test_s3_table_functions/test.py::test_s3_table_functions_timeouts test_select_access_rights/test_main.py::test_alias test_select_access_rights/test_main.py::test_alias_columns test_select_access_rights/test_main.py::test_materialized_columns test_select_access_rights/test_main.py::test_select_all_columns test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant test_select_access_rights/test_main.py::test_select_count test_select_access_rights/test_main.py::test_select_join test_select_access_rights/test_main.py::test_select_prewhere test_select_access_rights/test_main.py::test_select_single_column test_select_access_rights/test_main.py::test_select_single_column_with_table_grant test_select_access_rights/test_main.py::test_select_union test_select_access_rights/test_main.py::test_select_where test_select_access_rights/test_main.py::test_select_with_row_policy 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1]' 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2]' 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3]' 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4]' 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5]' 'test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6]' test_settings_profile/test.py::test_allow_ddl test_settings_profile/test.py::test_allow_introspection test_settings_profile/test.py::test_alter_and_drop test_settings_profile/test.py::test_changeable_in_readonly test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only test_settings_profile/test.py::test_function_current_profiles test_settings_profile/test.py::test_inheritance test_settings_profile/test.py::test_set_profile test_settings_profile/test.py::test_settings_aliases test_settings_profile/test.py::test_settings_from_granted_role test_settings_profile/test.py::test_show_profiles test_settings_profile/test.py::test_smoke test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster test_storage_delta/test.py::test_checkpoint test_storage_delta/test.py::test_metadata test_storage_delta/test.py::test_multiple_log_files test_storage_delta/test.py::test_partition_by test_storage_delta/test.py::test_single_log_file test_storage_delta/test.py::test_types test_storage_kerberized_kafka/test.py::test_kafka_json_as_string test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration 'test_storage_meilisearch/test.py::test_incorrect_data_type[False]' 'test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False]' 'test_storage_meilisearch/test.py::test_insert[False]' 'test_storage_meilisearch/test.py::test_insert_secure[False]' 'test_storage_meilisearch/test.py::test_meilimatch[False]' 'test_storage_meilisearch/test.py::test_meilimatch_secure[False]' 'test_storage_meilisearch/test.py::test_named_collection[False]' 'test_storage_meilisearch/test.py::test_named_collection_secure[False]' 'test_storage_meilisearch/test.py::test_security_levels[False]' 'test_storage_meilisearch/test.py::test_simple_select[False]' 'test_storage_meilisearch/test.py::test_simple_select_secure[False]' 'test_storage_meilisearch/test.py::test_table_function[False]' 'test_storage_meilisearch/test.py::test_table_function_secure[False]' 'test_storage_meilisearch/test.py::test_types[False]' 'test_storage_meilisearch/test.py::test_types_in_table_function[False]' 'test_storage_mongodb/test.py::test_arrays[False]' 'test_storage_mongodb/test.py::test_auth_source[False]' 'test_storage_mongodb/test.py::test_complex_data_type[False]' 'test_storage_mongodb/test.py::test_incorrect_data_type[False]' 'test_storage_mongodb/test.py::test_missing_columns[False]' 'test_storage_mongodb/test.py::test_no_credentials[False]' 'test_storage_mongodb/test.py::test_predefined_connection_configuration[False]' 'test_storage_mongodb/test.py::test_secure_connection[True]' 'test_storage_mongodb/test.py::test_simple_insert_select[False]' 'test_storage_mongodb/test.py::test_simple_select[False]' 'test_storage_mongodb/test.py::test_simple_select_from_view[False]' test_storage_s3/test.py::test_ast_auth_headers test_storage_s3/test.py::test_create_new_files_on_insert test_storage_s3/test.py::test_custom_auth_headers test_storage_s3/test.py::test_custom_auth_headers_exclusion test_storage_s3/test.py::test_empty_file 'test_storage_s3/test.py::test_empty_put[minio]' test_storage_s3/test.py::test_environment_credentials test_storage_s3/test.py::test_filtering_by_file_or_path test_storage_s3/test.py::test_format_detection 'test_storage_s3/test.py::test_get_file_with_special[plus]' 'test_storage_s3/test.py::test_get_file_with_special[space]' 'test_storage_s3/test.py::test_get_path_with_special[plus2]' 'test_storage_s3/test.py::test_get_path_with_special[plus]' 'test_storage_s3/test.py::test_get_path_with_special[space]' test_storage_s3/test.py::test_infinite_redirect test_storage_s3/test.py::test_insert_select_schema_inference test_storage_s3/test.py::test_insert_with_path_with_globs 'test_storage_s3/test.py::test_multipart[negative]' -vvv" altinityinfra/integration-tests-runner:0-9992f5eba3591142ff413d31cb83a7bf4f0e2553 '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.2.0, repeat-0.9.3, order-1.0.1, xdist-3.5.0, random-0.2 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [100 items] scheduling tests via LoadFileScheduling test_storage_s3/test.py::test_ast_auth_headers test_storage_meilisearch/test.py::test_incorrect_data_type[False] test_storage_mongodb/test.py::test_arrays[False] test_storage_kerberized_kafka/test.py::test_kafka_json_as_string test_storage_delta/test.py::test_checkpoint test_settings_profile/test.py::test_allow_ddl test_s3_table_functions/test.py::test_s3_table_functions test_select_access_rights/test_main.py::test_alias test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] test_role/test.py::test_admin_option [gw2] [ 1%] PASSED test_select_access_rights/test_main.py::test_alias test_select_access_rights/test_main.py::test_alias_columns [gw5] [ 2%] PASSED test_settings_profile/test.py::test_allow_ddl test_settings_profile/test.py::test_allow_introspection [gw3] [ 3%] PASSED test_role/test.py::test_admin_option test_role/test.py::test_changing_default_roles_affects_new_sessions_only [gw2] [ 4%] PASSED test_select_access_rights/test_main.py::test_alias_columns [gw3] [ 5%] PASSED test_role/test.py::test_changing_default_roles_affects_new_sessions_only test_select_access_rights/test_main.py::test_materialized_columns [gw0] [ 6%] PASSED test_storage_meilisearch/test.py::test_incorrect_data_type[False] test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] test_role/test.py::test_combine_privileges [gw0] [ 7%] PASSED test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] test_storage_meilisearch/test.py::test_insert[False] [gw8] [ 8%] PASSED test_s3_table_functions/test.py::test_s3_table_functions test_s3_table_functions/test.py::test_s3_table_functions_timeouts [gw5] [ 9%] PASSED test_settings_profile/test.py::test_allow_introspection [gw2] [ 10%] PASSED test_select_access_rights/test_main.py::test_materialized_columns [gw3] [ 11%] PASSED test_role/test.py::test_combine_privileges test_select_access_rights/test_main.py::test_select_all_columns test_settings_profile/test.py::test_alter_and_drop test_role/test.py::test_create_role [gw2] [ 12%] PASSED test_select_access_rights/test_main.py::test_select_all_columns [gw3] [ 13%] PASSED test_role/test.py::test_create_role test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant [gw5] [ 14%] PASSED test_settings_profile/test.py::test_alter_and_drop test_role/test.py::test_function_current_roles test_settings_profile/test.py::test_changeable_in_readonly [gw2] [ 15%] PASSED test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant test_select_access_rights/test_main.py::test_select_count [gw3] [ 16%] PASSED test_role/test.py::test_function_current_roles test_role/test.py::test_grant_role_to_role [gw5] [ 17%] PASSED test_settings_profile/test.py::test_changeable_in_readonly test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only [gw5] [ 18%] PASSED test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only [gw7] [ 19%] PASSED test_storage_mongodb/test.py::test_arrays[False] test_storage_mongodb/test.py::test_auth_source[False] [gw3] [ 20%] PASSED test_role/test.py::test_grant_role_to_role test_settings_profile/test.py::test_function_current_profiles [gw2] [ 21%] PASSED test_select_access_rights/test_main.py::test_select_count test_role/test.py::test_introspection test_select_access_rights/test_main.py::test_select_join [gw7] [ 22%] PASSED test_storage_mongodb/test.py::test_auth_source[False] test_storage_mongodb/test.py::test_complex_data_type[False] [gw5] [ 23%] PASSED test_settings_profile/test.py::test_function_current_profiles [gw7] [ 24%] PASSED test_storage_mongodb/test.py::test_complex_data_type[False] test_storage_mongodb/test.py::test_incorrect_data_type[False] test_settings_profile/test.py::test_inheritance [gw2] [ 25%] PASSED test_select_access_rights/test_main.py::test_select_join test_select_access_rights/test_main.py::test_select_prewhere [gw7] [ 26%] PASSED test_storage_mongodb/test.py::test_incorrect_data_type[False] test_storage_mongodb/test.py::test_missing_columns[False] [gw0] [ 27%] PASSED test_storage_meilisearch/test.py::test_insert[False] test_storage_meilisearch/test.py::test_insert_secure[False] [gw7] [ 28%] PASSED test_storage_mongodb/test.py::test_missing_columns[False] test_storage_mongodb/test.py::test_no_credentials[False] [gw5] [ 29%] PASSED test_settings_profile/test.py::test_inheritance [gw2] [ 30%] PASSED test_select_access_rights/test_main.py::test_select_prewhere [gw7] [ 31%] PASSED test_storage_mongodb/test.py::test_no_credentials[False] test_storage_mongodb/test.py::test_predefined_connection_configuration[False] test_settings_profile/test.py::test_set_profile test_select_access_rights/test_main.py::test_select_single_column [gw5] [ 32%] PASSED test_settings_profile/test.py::test_set_profile [gw7] [ 33%] PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration[False] test_storage_mongodb/test.py::test_secure_connection[True] [gw6] [ 34%] PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc test_settings_profile/test.py::test_settings_aliases [gw2] [ 35%] PASSED test_select_access_rights/test_main.py::test_select_single_column [gw5] [ 36%] PASSED test_settings_profile/test.py::test_settings_aliases test_select_access_rights/test_main.py::test_select_single_column_with_table_grant [gw1] [ 37%] PASSED test_storage_s3/test.py::test_ast_auth_headers test_storage_s3/test.py::test_create_new_files_on_insert test_settings_profile/test.py::test_settings_from_granted_role [gw3] [ 38%] PASSED test_role/test.py::test_introspection [gw2] [ 39%] PASSED test_select_access_rights/test_main.py::test_select_single_column_with_table_grant test_role/test.py::test_revoke_requires_admin_option [gw4] [ 40%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] test_select_access_rights/test_main.py::test_select_union [gw1] [ 41%] PASSED test_storage_s3/test.py::test_create_new_files_on_insert test_storage_s3/test.py::test_custom_auth_headers [gw2] [ 42%] PASSED test_select_access_rights/test_main.py::test_select_union test_select_access_rights/test_main.py::test_select_where [gw4] [ 43%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] [gw1] [ 44%] PASSED test_storage_s3/test.py::test_custom_auth_headers test_storage_s3/test.py::test_custom_auth_headers_exclusion [gw2] [ 45%] PASSED test_select_access_rights/test_main.py::test_select_where [gw1] [ 46%] PASSED test_storage_s3/test.py::test_custom_auth_headers_exclusion test_storage_s3/test.py::test_empty_file [gw1] [ 47%] PASSED test_storage_s3/test.py::test_empty_file test_storage_s3/test.py::test_empty_put[minio] test_select_access_rights/test_main.py::test_select_with_row_policy [gw5] [ 48%] PASSED test_settings_profile/test.py::test_settings_from_granted_role [gw4] [ 49%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] test_settings_profile/test.py::test_show_profiles [gw3] [ 50%] PASSED test_role/test.py::test_revoke_requires_admin_option [gw1] [ 51%] PASSED test_storage_s3/test.py::test_empty_put[minio] test_storage_s3/test.py::test_environment_credentials test_role/test.py::test_role_expiration[False] [gw1] [ 52%] PASSED test_storage_s3/test.py::test_environment_credentials test_storage_s3/test.py::test_filtering_by_file_or_path [gw5] [ 53%] PASSED test_settings_profile/test.py::test_show_profiles [gw2] [ 54%] PASSED test_select_access_rights/test_main.py::test_select_with_row_policy test_settings_profile/test.py::test_smoke [gw0] [ 55%] PASSED test_storage_meilisearch/test.py::test_insert_secure[False] test_storage_meilisearch/test.py::test_meilimatch[False] [gw4] [ 56%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] [gw1] [ 57%] PASSED test_storage_s3/test.py::test_filtering_by_file_or_path test_storage_s3/test.py::test_format_detection [gw4] [ 58%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] [gw1] [ 59%] PASSED test_storage_s3/test.py::test_format_detection test_storage_s3/test.py::test_get_file_with_special[plus] [gw5] [ 60%] PASSED test_settings_profile/test.py::test_smoke [gw1] [ 61%] PASSED test_storage_s3/test.py::test_get_file_with_special[plus] test_storage_s3/test.py::test_get_file_with_special[space] [gw4] [ 62%] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] [gw1] [ 63%] PASSED test_storage_s3/test.py::test_get_file_with_special[space] test_storage_s3/test.py::test_get_path_with_special[plus2] [gw3] [ 64%] PASSED test_role/test.py::test_role_expiration[False] [gw1] [ 65%] PASSED test_storage_s3/test.py::test_get_path_with_special[plus2] test_storage_s3/test.py::test_get_path_with_special[plus] test_role/test.py::test_role_expiration[True] [gw1] [ 66%] PASSED test_storage_s3/test.py::test_get_path_with_special[plus] test_storage_s3/test.py::test_get_path_with_special[space] [gw1] [ 67%] PASSED test_storage_s3/test.py::test_get_path_with_special[space] test_storage_s3/test.py::test_infinite_redirect [gw7] [ 68%] PASSED test_storage_mongodb/test.py::test_secure_connection[True] test_storage_mongodb/test.py::test_simple_insert_select[False] [gw3] [ 69%] PASSED test_role/test.py::test_role_expiration[True] test_role/test.py::test_roles_cache [gw0] [ 70%] PASSED test_storage_meilisearch/test.py::test_meilimatch[False] test_storage_meilisearch/test.py::test_meilimatch_secure[False] [gw1] [ 71%] PASSED test_storage_s3/test.py::test_infinite_redirect test_storage_s3/test.py::test_insert_select_schema_inference [gw1] [ 72%] PASSED test_storage_s3/test.py::test_insert_select_schema_inference test_storage_s3/test.py::test_insert_with_path_with_globs [gw1] [ 73%] PASSED test_storage_s3/test.py::test_insert_with_path_with_globs test_storage_s3/test.py::test_multipart[negative] [gw1] [ 74%] PASSED test_storage_s3/test.py::test_multipart[negative] [gw7] [ 75%] PASSED test_storage_mongodb/test.py::test_simple_insert_select[False] test_storage_mongodb/test.py::test_simple_select[False] [gw8] [ 76%] PASSED test_s3_table_functions/test.py::test_s3_table_functions_timeouts [gw7] [ 77%] PASSED test_storage_mongodb/test.py::test_simple_select[False] test_storage_mongodb/test.py::test_simple_select_from_view[False] [gw7] [ 78%] PASSED test_storage_mongodb/test.py::test_simple_select_from_view[False] [gw3] [ 79%] PASSED test_role/test.py::test_roles_cache test_role/test.py::test_set_role [gw0] [ 80%] PASSED test_storage_meilisearch/test.py::test_meilimatch_secure[False] test_storage_meilisearch/test.py::test_named_collection[False] [gw3] [ 81%] PASSED test_role/test.py::test_set_role [gw0] [ 82%] PASSED test_storage_meilisearch/test.py::test_named_collection[False] test_storage_meilisearch/test.py::test_named_collection_secure[False] [gw0] [ 83%] PASSED test_storage_meilisearch/test.py::test_named_collection_secure[False] test_storage_meilisearch/test.py::test_security_levels[False] [gw0] [ 84%] PASSED test_storage_meilisearch/test.py::test_security_levels[False] test_storage_meilisearch/test.py::test_simple_select[False] [gw0] [ 85%] PASSED test_storage_meilisearch/test.py::test_simple_select[False] test_storage_meilisearch/test.py::test_simple_select_secure[False] [gw9] [ 86%] PASSED test_storage_delta/test.py::test_checkpoint test_storage_delta/test.py::test_metadata [gw0] [ 87%] PASSED test_storage_meilisearch/test.py::test_simple_select_secure[False] test_storage_meilisearch/test.py::test_table_function[False] [gw0] [ 88%] PASSED test_storage_meilisearch/test.py::test_table_function[False] test_storage_meilisearch/test.py::test_table_function_secure[False] test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach [gw9] [ 89%] PASSED test_storage_delta/test.py::test_metadata test_storage_delta/test.py::test_multiple_log_files [gw0] [ 90%] PASSED test_storage_meilisearch/test.py::test_table_function_secure[False] test_storage_meilisearch/test.py::test_types[False] [gw0] [ 91%] PASSED test_storage_meilisearch/test.py::test_types[False] test_storage_meilisearch/test.py::test_types_in_table_function[False] [gw9] [ 92%] PASSED test_storage_delta/test.py::test_multiple_log_files test_storage_delta/test.py::test_partition_by [gw9] [ 93%] PASSED test_storage_delta/test.py::test_partition_by test_storage_delta/test.py::test_single_log_file [gw0] [ 94%] PASSED test_storage_meilisearch/test.py::test_types_in_table_function[False] [gw9] [ 95%] PASSED test_storage_delta/test.py::test_single_log_file test_storage_delta/test.py::test_types [gw9] [ 96%] PASSED test_storage_delta/test.py::test_types [gw8] [ 97%] PASSED test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster [gw6] [ 98%] PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration [gw8] [ 99%] PASSED test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster [gw6] [100%] PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration =============================== warnings summary =============================== test_storage_mongodb/test.py::test_arrays[False] test_storage_mongodb/test.py::test_secure_connection[True] test_storage_mongodb/test.py::test_simple_insert_select[False] /ClickHouse/tests/integration/helpers/cluster.py:2452: DeprecationWarning: database_names is deprecated. Use list_database_names instead. logging.debug(f"Connected to Mongo dbs: {connection.database_names()}") test_storage_mongodb/test.py::test_arrays[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:113: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_arrays[False] test_storage_mongodb/test.py::test_secure_connection[True] test_storage_mongodb/test.py::test_simple_insert_select[False] /usr/local/lib/python3.10/dist-packages/pymongo/database.py:1247: DeprecationWarning: Creating a user with the read_only option or without roles is deprecated in MongoDB >= 2.6 warnings.warn("Creating a user with the read_only option " test_storage_mongodb/test.py::test_auth_source[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:391: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead admin_db.add_user( test_storage_mongodb/test.py::test_complex_data_type[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:262: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_incorrect_data_type[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:292: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_missing_columns[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:424: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_predefined_connection_configuration[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:353: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_secure_connection[True] /ClickHouse/tests/integration/test_storage_mongodb/test.py:323: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_simple_insert_select[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:447: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_simple_select[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:49: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") test_storage_mongodb/test.py::test_simple_select_from_view[False] /ClickHouse/tests/integration/test_storage_mongodb/test.py:79: DeprecationWarning: add_user is deprecated and will be removed in PyMongo 4.0. Use db.command with createUser or updateUser instead db.add_user("root", "clickhouse") -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================== slowest durations =============================== 116.91s call test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc 87.20s call test_storage_delta/test.py::test_checkpoint 65.76s call test_s3_table_functions/test.py::test_s3_table_functions_timeouts 49.25s call test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration 35.67s setup test_storage_s3/test.py::test_ast_auth_headers 35.11s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] 33.09s setup test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster 32.15s teardown test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration 27.42s setup test_storage_kerberized_kafka/test.py::test_kafka_json_as_string 26.83s call test_role/test.py::test_roles_cache 26.24s call test_storage_s3/test.py::test_infinite_redirect 23.88s setup test_storage_mongodb/test.py::test_secure_connection[True] 22.73s teardown test_storage_s3/test.py::test_multipart[negative] 22.70s setup test_storage_mongodb/test.py::test_simple_insert_select[False] 22.53s teardown test_s3_table_functions/test.py::test_s3_table_functions_timeouts 22.23s teardown test_storage_delta/test.py::test_types 21.91s call test_storage_meilisearch/test.py::test_meilimatch[False] 21.44s setup test_storage_mongodb/test.py::test_arrays[False] 21.25s call test_storage_meilisearch/test.py::test_meilimatch_secure[False] 20.33s setup test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach 19.14s setup test_storage_delta/test.py::test_checkpoint 18.52s setup test_s3_table_functions/test.py::test_s3_table_functions 18.42s setup test_storage_meilisearch/test.py::test_incorrect_data_type[False] 15.61s setup test_role/test.py::test_admin_option 15.59s setup test_settings_profile/test.py::test_allow_ddl 15.55s setup test_select_access_rights/test_main.py::test_alias 13.33s call test_storage_meilisearch/test.py::test_insert[False] 13.18s call test_storage_meilisearch/test.py::test_insert_secure[False] 9.87s teardown test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach 9.14s call test_role/test.py::test_role_expiration[True] 8.65s call test_role/test.py::test_introspection 8.01s call test_role/test.py::test_role_expiration[False] 7.81s call test_storage_kerberized_kafka/test.py::test_kafka_json_as_string 7.29s call test_storage_mongodb/test.py::test_arrays[False] 7.02s call test_storage_meilisearch/test.py::test_security_levels[False] 6.51s call test_settings_profile/test.py::test_settings_from_granted_role 6.15s call test_role/test.py::test_revoke_requires_admin_option 6.13s call test_storage_delta/test.py::test_types 5.59s call test_storage_delta/test.py::test_multiple_log_files 5.51s call test_settings_profile/test.py::test_smoke 5.21s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] 4.94s teardown test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster 4.85s teardown test_select_access_rights/test_main.py::test_select_with_row_policy 4.69s teardown test_settings_profile/test.py::test_smoke 4.69s call test_storage_meilisearch/test.py::test_types[False] 4.17s teardown test_storage_meilisearch/test.py::test_types_in_table_function[False] 3.91s teardown test_storage_mongodb/test.py::test_simple_select_from_view[False] 3.85s call test_storage_meilisearch/test.py::test_named_collection_secure[False] 3.83s call test_storage_meilisearch/test.py::test_types_in_table_function[False] 3.69s call test_settings_profile/test.py::test_allow_introspection 3.43s setup test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration 3.38s teardown test_role/test.py::test_set_role 3.35s call test_storage_s3/test.py::test_create_new_files_on_insert 3.31s call test_select_access_rights/test_main.py::test_select_count 3.27s call test_storage_delta/test.py::test_single_log_file 3.14s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] 3.10s call test_storage_delta/test.py::test_metadata 3.02s call test_storage_s3/test.py::test_format_detection 2.92s call test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster 2.90s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] 2.89s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] 2.89s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] 2.84s call test_storage_delta/test.py::test_partition_by 2.79s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] 2.74s call test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] 2.64s call test_storage_s3/test.py::test_custom_auth_headers 2.56s call test_storage_meilisearch/test.py::test_simple_select[False] 2.50s call test_storage_meilisearch/test.py::test_simple_select_secure[False] 2.43s call test_settings_profile/test.py::test_inheritance 2.38s call test_role/test.py::test_grant_role_to_role 2.38s call test_role/test.py::test_admin_option 2.28s call test_role/test.py::test_combine_privileges 2.24s call test_storage_s3/test.py::test_filtering_by_file_or_path 2.23s call test_settings_profile/test.py::test_alter_and_drop 2.14s call test_s3_table_functions/test.py::test_s3_table_functions 2.13s call test_select_access_rights/test_main.py::test_select_with_row_policy 2.01s call test_select_access_rights/test_main.py::test_select_join 2.01s call test_select_access_rights/test_main.py::test_select_prewhere 2.00s call test_select_access_rights/test_main.py::test_select_where 2.00s call test_select_access_rights/test_main.py::test_materialized_columns 1.92s call test_settings_profile/test.py::test_changeable_in_readonly 1.92s call test_storage_mongodb/test.py::test_simple_insert_select[False] 1.90s call test_storage_s3/test.py::test_multipart[negative] 1.84s call test_select_access_rights/test_main.py::test_select_union 1.84s call test_settings_profile/test.py::test_function_current_profiles 1.80s call test_select_access_rights/test_main.py::test_alias_columns 1.75s call test_role/test.py::test_create_role 1.74s call test_role/test.py::test_function_current_roles 1.63s call test_storage_mongodb/test.py::test_simple_select[False] 1.60s call test_storage_mongodb/test.py::test_complex_data_type[False] 1.56s call test_settings_profile/test.py::test_show_profiles 1.53s call test_select_access_rights/test_main.py::test_select_all_columns 1.49s call test_settings_profile/test.py::test_allow_ddl 1.47s call test_storage_mongodb/test.py::test_incorrect_data_type[False] 1.42s call test_storage_mongodb/test.py::test_secure_connection[True] 1.41s call test_storage_meilisearch/test.py::test_table_function_secure[False] 1.35s call test_select_access_rights/test_main.py::test_select_single_column_with_table_grant 1.34s call test_storage_meilisearch/test.py::test_named_collection[False] 1.25s call test_storage_mongodb/test.py::test_auth_source[False] 1.24s call test_storage_mongodb/test.py::test_simple_select_from_view[False] 1.15s call test_storage_s3/test.py::test_environment_credentials 1.14s call test_select_access_rights/test_main.py::test_select_single_column 1.11s call test_storage_s3/test.py::test_empty_put[minio] 1.07s call test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant 1.06s call test_select_access_rights/test_main.py::test_alias 0.98s call test_storage_s3/test.py::test_ast_auth_headers 0.96s call test_storage_meilisearch/test.py::test_table_function[False] 0.95s call test_storage_s3/test.py::test_get_file_with_special[plus] 0.95s call test_storage_meilisearch/test.py::test_incorrect_data_type[False] 0.95s call test_storage_s3/test.py::test_insert_select_schema_inference 0.93s call test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] 0.90s call test_storage_s3/test.py::test_get_file_with_special[space] 0.88s call test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only 0.85s teardown test_settings_profile/test.py::test_function_current_profiles 0.83s call test_settings_profile/test.py::test_settings_aliases 0.77s call test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach 0.75s call test_storage_mongodb/test.py::test_missing_columns[False] 0.74s call test_storage_mongodb/test.py::test_predefined_connection_configuration[False] 0.71s call test_role/test.py::test_set_role 0.71s teardown test_settings_profile/test.py::test_changeable_in_readonly 0.70s call test_role/test.py::test_changing_default_roles_affects_new_sessions_only 0.70s teardown test_settings_profile/test.py::test_alter_and_drop 0.65s teardown test_settings_profile/test.py::test_settings_aliases 0.61s teardown test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only 0.60s teardown test_settings_profile/test.py::test_allow_ddl 0.60s teardown test_settings_profile/test.py::test_show_profiles 0.55s teardown test_settings_profile/test.py::test_inheritance 0.55s teardown test_settings_profile/test.py::test_set_profile 0.55s teardown test_settings_profile/test.py::test_settings_from_granted_role 0.53s teardown test_select_access_rights/test_main.py::test_select_single_column 0.50s teardown test_settings_profile/test.py::test_allow_introspection 0.46s call test_storage_mongodb/test.py::test_no_credentials[False] 0.43s teardown test_select_access_rights/test_main.py::test_select_all_columns 0.43s teardown test_role/test.py::test_function_current_roles 0.41s teardown test_role/test.py::test_grant_role_to_role 0.40s teardown test_select_access_rights/test_main.py::test_select_count 0.39s teardown test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant 0.38s teardown test_role/test.py::test_changing_default_roles_affects_new_sessions_only 0.38s teardown test_role/test.py::test_create_role 0.38s teardown test_role/test.py::test_admin_option 0.38s teardown test_select_access_rights/test_main.py::test_select_where 0.38s teardown test_role/test.py::test_introspection 0.38s teardown test_select_access_rights/test_main.py::test_alias 0.37s call test_storage_s3/test.py::test_get_path_with_special[space] 0.33s teardown test_select_access_rights/test_main.py::test_select_single_column_with_table_grant 0.33s teardown test_role/test.py::test_combine_privileges 0.33s teardown test_role/test.py::test_role_expiration[True] 0.33s teardown test_select_access_rights/test_main.py::test_materialized_columns 0.33s teardown test_select_access_rights/test_main.py::test_select_prewhere 0.33s teardown test_select_access_rights/test_main.py::test_select_join 0.33s teardown test_role/test.py::test_revoke_requires_admin_option 0.33s teardown test_select_access_rights/test_main.py::test_select_union 0.33s teardown test_role/test.py::test_role_expiration[False] 0.33s teardown test_select_access_rights/test_main.py::test_alias_columns 0.33s teardown test_role/test.py::test_roles_cache 0.32s call test_storage_s3/test.py::test_empty_file 0.32s setup test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc 0.32s call test_storage_s3/test.py::test_insert_with_path_with_globs 0.32s call test_storage_s3/test.py::test_get_path_with_special[plus] 0.32s call test_storage_s3/test.py::test_get_path_with_special[plus2] 0.29s call test_settings_profile/test.py::test_set_profile 0.27s call test_storage_s3/test.py::test_custom_auth_headers_exclusion 0.22s setup test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant 0.22s setup test_select_access_rights/test_main.py::test_select_where 0.22s setup test_select_access_rights/test_main.py::test_materialized_columns 0.22s setup test_select_access_rights/test_main.py::test_select_single_column_with_table_grant 0.22s setup test_select_access_rights/test_main.py::test_select_count 0.17s setup test_select_access_rights/test_main.py::test_select_join 0.17s setup test_select_access_rights/test_main.py::test_select_prewhere 0.17s setup test_select_access_rights/test_main.py::test_select_all_columns 0.17s setup test_select_access_rights/test_main.py::test_select_union 0.17s setup test_select_access_rights/test_main.py::test_select_with_row_policy 0.17s setup test_select_access_rights/test_main.py::test_alias_columns 0.17s setup test_select_access_rights/test_main.py::test_select_single_column 0.00s teardown test_storage_delta/test.py::test_checkpoint 0.00s setup test_role/test.py::test_create_role 0.00s teardown test_storage_mongodb/test.py::test_arrays[False] 0.00s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] 0.00s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] 0.00s setup test_settings_profile/test.py::test_alter_and_drop 0.00s teardown test_storage_meilisearch/test.py::test_meilimatch_secure[False] 0.00s teardown test_storage_kerberized_kafka/test.py::test_kafka_json_as_string 0.00s setup test_settings_profile/test.py::test_changeable_in_readonly 0.00s teardown test_storage_delta/test.py::test_multiple_log_files 0.00s setup test_settings_profile/test.py::test_smoke 0.00s teardown test_storage_meilisearch/test.py::test_meilimatch[False] 0.00s setup test_role/test.py::test_changing_default_roles_affects_new_sessions_only 0.00s teardown test_storage_s3/test.py::test_ast_auth_headers 0.00s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] 0.00s setup test_settings_profile/test.py::test_settings_from_granted_role 0.00s setup test_role/test.py::test_roles_cache 0.00s setup test_storage_meilisearch/test.py::test_simple_select[False] 0.00s setup test_s3_table_functions/test.py::test_s3_table_functions_timeouts 0.00s teardown test_s3_table_functions/test.py::test_s3_table_functions 0.00s setup test_storage_s3/test.py::test_multipart[negative] 0.00s setup test_role/test.py::test_role_expiration[False] 0.00s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] 0.00s teardown test_storage_mongodb/test.py::test_simple_insert_select[False] 0.00s setup test_settings_profile/test.py::test_function_current_profiles 0.00s teardown test_storage_s3/test.py::test_get_path_with_special[plus2] 0.00s setup test_storage_s3/test.py::test_empty_put[minio] 0.00s setup test_role/test.py::test_combine_privileges 0.00s setup test_role/test.py::test_role_expiration[True] 0.00s setup test_storage_mongodb/test.py::test_auth_source[False] 0.00s setup test_role/test.py::test_set_role 0.00s setup test_settings_profile/test.py::test_settings_aliases 0.00s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] 0.00s setup test_role/test.py::test_introspection 0.00s setup test_storage_s3/test.py::test_create_new_files_on_insert 0.00s setup test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] 0.00s setup test_storage_meilisearch/test.py::test_insert[False] 0.00s setup test_settings_profile/test.py::test_show_profiles 0.00s setup test_storage_delta/test.py::test_metadata 0.00s teardown test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc 0.00s setup test_storage_s3/test.py::test_get_file_with_special[space] 0.00s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] 0.00s setup test_storage_s3/test.py::test_get_path_with_special[plus] 0.00s setup test_storage_mongodb/test.py::test_missing_columns[False] 0.00s setup test_role/test.py::test_grant_role_to_role 0.00s teardown test_storage_meilisearch/test.py::test_insert[False] 0.00s teardown test_storage_meilisearch/test.py::test_incorrect_data_type[False] 0.00s setup test_storage_meilisearch/test.py::test_insert_secure[False] 0.00s setup test_storage_s3/test.py::test_insert_select_schema_inference 0.00s teardown test_storage_delta/test.py::test_partition_by 0.00s setup test_storage_meilisearch/test.py::test_table_function_secure[False] 0.00s setup test_settings_profile/test.py::test_set_profile 0.00s setup test_storage_meilisearch/test.py::test_meilimatch_secure[False] 0.00s setup test_role/test.py::test_function_current_roles 0.00s setup test_storage_meilisearch/test.py::test_types[False] 0.00s setup test_storage_s3/test.py::test_get_path_with_special[plus2] 0.00s teardown test_storage_mongodb/test.py::test_secure_connection[True] 0.00s setup test_storage_s3/test.py::test_get_path_with_special[space] 0.00s setup test_settings_profile/test.py::test_inheritance 0.00s setup test_role/test.py::test_revoke_requires_admin_option 0.00s teardown test_storage_meilisearch/test.py::test_table_function_secure[False] 0.00s setup test_storage_s3/test.py::test_custom_auth_headers 0.00s setup test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] 0.00s setup test_storage_delta/test.py::test_partition_by 0.00s setup test_storage_s3/test.py::test_empty_file 0.00s setup test_storage_meilisearch/test.py::test_named_collection[False] 0.00s teardown test_storage_s3/test.py::test_insert_select_schema_inference 0.00s setup test_storage_s3/test.py::test_custom_auth_headers_exclusion 0.00s teardown test_storage_s3/test.py::test_empty_put[minio] 0.00s setup test_storage_meilisearch/test.py::test_security_levels[False] 0.00s teardown test_storage_meilisearch/test.py::test_insert_secure[False] 0.00s setup test_storage_mongodb/test.py::test_complex_data_type[False] 0.00s setup test_storage_s3/test.py::test_insert_with_path_with_globs 0.00s setup test_storage_mongodb/test.py::test_simple_select_from_view[False] 0.00s setup test_storage_s3/test.py::test_get_file_with_special[plus] 0.00s setup test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only 0.00s setup test_settings_profile/test.py::test_allow_introspection 0.00s teardown test_storage_mongodb/test.py::test_auth_source[False] 0.00s teardown test_storage_s3/test.py::test_insert_with_path_with_globs 0.00s teardown test_storage_delta/test.py::test_metadata 0.00s setup test_storage_mongodb/test.py::test_simple_select[False] 0.00s teardown test_storage_s3/test.py::test_get_path_with_special[plus] 0.00s setup test_storage_mongodb/test.py::test_no_credentials[False] 0.00s teardown test_storage_meilisearch/test.py::test_named_collection[False] 0.00s setup test_storage_meilisearch/test.py::test_meilimatch[False] 0.00s setup test_storage_meilisearch/test.py::test_named_collection_secure[False] 0.00s setup test_storage_meilisearch/test.py::test_types_in_table_function[False] 0.00s setup test_storage_meilisearch/test.py::test_table_function[False] 0.00s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] 0.00s teardown test_storage_s3/test.py::test_custom_auth_headers 0.00s setup test_storage_meilisearch/test.py::test_simple_select_secure[False] 0.00s setup test_storage_s3/test.py::test_environment_credentials 0.00s teardown test_storage_s3/test.py::test_get_file_with_special[space] 0.00s setup test_storage_mongodb/test.py::test_predefined_connection_configuration[False] 0.00s teardown test_storage_s3/test.py::test_get_path_with_special[space] 0.00s setup test_storage_mongodb/test.py::test_incorrect_data_type[False] 0.00s teardown test_storage_s3/test.py::test_create_new_files_on_insert 0.00s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] 0.00s teardown test_storage_s3/test.py::test_format_detection 0.00s teardown test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] 0.00s setup test_storage_s3/test.py::test_infinite_redirect 0.00s teardown test_storage_s3/test.py::test_get_file_with_special[plus] 0.00s setup test_storage_delta/test.py::test_single_log_file 0.00s setup test_storage_delta/test.py::test_multiple_log_files 0.00s teardown test_storage_s3/test.py::test_empty_file 0.00s teardown test_storage_meilisearch/test.py::test_named_collection_secure[False] 0.00s teardown test_storage_meilisearch/test.py::test_types[False] 0.00s setup test_storage_s3/test.py::test_filtering_by_file_or_path 0.00s teardown test_storage_delta/test.py::test_single_log_file 0.00s teardown test_storage_mongodb/test.py::test_simple_select[False] 0.00s teardown test_storage_meilisearch/test.py::test_simple_select_secure[False] 0.00s setup test_storage_s3/test.py::test_format_detection 0.00s setup test_storage_delta/test.py::test_types 0.00s teardown test_storage_s3/test.py::test_infinite_redirect 0.00s teardown test_storage_meilisearch/test.py::test_security_levels[False] 0.00s teardown test_storage_mongodb/test.py::test_predefined_connection_configuration[False] 0.00s teardown test_storage_meilisearch/test.py::test_table_function[False] 0.00s teardown test_storage_mongodb/test.py::test_complex_data_type[False] 0.00s teardown test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] 0.00s teardown test_storage_meilisearch/test.py::test_simple_select[False] 0.00s teardown test_storage_s3/test.py::test_filtering_by_file_or_path 0.00s teardown test_storage_mongodb/test.py::test_missing_columns[False] 0.00s teardown test_storage_mongodb/test.py::test_no_credentials[False] 0.00s teardown test_storage_s3/test.py::test_environment_credentials 0.00s teardown test_storage_s3/test.py::test_custom_auth_headers_exclusion 0.00s teardown test_storage_mongodb/test.py::test_incorrect_data_type[False] =========================== short test summary info ============================ PASSED test_select_access_rights/test_main.py::test_alias PASSED test_settings_profile/test.py::test_allow_ddl PASSED test_role/test.py::test_admin_option PASSED test_select_access_rights/test_main.py::test_alias_columns PASSED test_role/test.py::test_changing_default_roles_affects_new_sessions_only PASSED test_storage_meilisearch/test.py::test_incorrect_data_type[False] PASSED test_storage_meilisearch/test.py::test_incorrect_data_type_secure[False] PASSED test_s3_table_functions/test.py::test_s3_table_functions PASSED test_settings_profile/test.py::test_allow_introspection PASSED test_select_access_rights/test_main.py::test_materialized_columns PASSED test_role/test.py::test_combine_privileges PASSED test_select_access_rights/test_main.py::test_select_all_columns PASSED test_role/test.py::test_create_role PASSED test_settings_profile/test.py::test_alter_and_drop PASSED test_select_access_rights/test_main.py::test_select_all_columns_with_table_grant PASSED test_role/test.py::test_function_current_roles PASSED test_settings_profile/test.py::test_changeable_in_readonly PASSED test_settings_profile/test.py::test_changing_default_profiles_affects_new_sessions_only PASSED test_storage_mongodb/test.py::test_arrays[False] PASSED test_role/test.py::test_grant_role_to_role PASSED test_select_access_rights/test_main.py::test_select_count PASSED test_storage_mongodb/test.py::test_auth_source[False] PASSED test_settings_profile/test.py::test_function_current_profiles PASSED test_storage_mongodb/test.py::test_complex_data_type[False] PASSED test_select_access_rights/test_main.py::test_select_join PASSED test_storage_mongodb/test.py::test_incorrect_data_type[False] PASSED test_storage_meilisearch/test.py::test_insert[False] PASSED test_storage_mongodb/test.py::test_missing_columns[False] PASSED test_settings_profile/test.py::test_inheritance PASSED test_select_access_rights/test_main.py::test_select_prewhere PASSED test_storage_mongodb/test.py::test_no_credentials[False] PASSED test_settings_profile/test.py::test_set_profile PASSED test_storage_mongodb/test.py::test_predefined_connection_configuration[False] PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string PASSED test_select_access_rights/test_main.py::test_select_single_column PASSED test_settings_profile/test.py::test_settings_aliases PASSED test_storage_s3/test.py::test_ast_auth_headers PASSED test_role/test.py::test_introspection PASSED test_select_access_rights/test_main.py::test_select_single_column_with_table_grant PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case1] PASSED test_storage_s3/test.py::test_create_new_files_on_insert PASSED test_select_access_rights/test_main.py::test_select_union PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case2] PASSED test_storage_s3/test.py::test_custom_auth_headers PASSED test_select_access_rights/test_main.py::test_select_where PASSED test_storage_s3/test.py::test_custom_auth_headers_exclusion PASSED test_storage_s3/test.py::test_empty_file PASSED test_settings_profile/test.py::test_settings_from_granted_role PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case3] PASSED test_role/test.py::test_revoke_requires_admin_option PASSED test_storage_s3/test.py::test_empty_put[minio] PASSED test_storage_s3/test.py::test_environment_credentials PASSED test_settings_profile/test.py::test_show_profiles PASSED test_select_access_rights/test_main.py::test_select_with_row_policy PASSED test_storage_meilisearch/test.py::test_insert_secure[False] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case4] PASSED test_storage_s3/test.py::test_filtering_by_file_or_path PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case5] PASSED test_storage_s3/test.py::test_format_detection PASSED test_settings_profile/test.py::test_smoke PASSED test_storage_s3/test.py::test_get_file_with_special[plus] PASSED test_send_request_to_leader_replica/test.py::test_alter_table_drop_partition[case6] PASSED test_storage_s3/test.py::test_get_file_with_special[space] PASSED test_role/test.py::test_role_expiration[False] PASSED test_storage_s3/test.py::test_get_path_with_special[plus2] PASSED test_storage_s3/test.py::test_get_path_with_special[plus] PASSED test_storage_s3/test.py::test_get_path_with_special[space] PASSED test_storage_mongodb/test.py::test_secure_connection[True] PASSED test_role/test.py::test_role_expiration[True] PASSED test_storage_meilisearch/test.py::test_meilimatch[False] PASSED test_storage_s3/test.py::test_infinite_redirect PASSED test_storage_s3/test.py::test_insert_select_schema_inference PASSED test_storage_s3/test.py::test_insert_with_path_with_globs PASSED test_storage_s3/test.py::test_multipart[negative] PASSED test_storage_mongodb/test.py::test_simple_insert_select[False] PASSED test_s3_table_functions/test.py::test_s3_table_functions_timeouts PASSED test_storage_mongodb/test.py::test_simple_select[False] PASSED test_storage_mongodb/test.py::test_simple_select_from_view[False] PASSED test_role/test.py::test_roles_cache PASSED test_storage_meilisearch/test.py::test_meilimatch_secure[False] PASSED test_role/test.py::test_set_role PASSED test_storage_meilisearch/test.py::test_named_collection[False] PASSED test_storage_meilisearch/test.py::test_named_collection_secure[False] PASSED test_storage_meilisearch/test.py::test_security_levels[False] PASSED test_storage_meilisearch/test.py::test_simple_select[False] PASSED test_storage_delta/test.py::test_checkpoint PASSED test_storage_meilisearch/test.py::test_simple_select_secure[False] PASSED test_storage_meilisearch/test.py::test_table_function[False] PASSED test_storage_delta/test.py::test_metadata PASSED test_storage_meilisearch/test.py::test_table_function_secure[False] PASSED test_storage_meilisearch/test.py::test_types[False] PASSED test_storage_delta/test.py::test_multiple_log_files PASSED test_storage_delta/test.py::test_partition_by PASSED test_storage_meilisearch/test.py::test_types_in_table_function[False] PASSED test_storage_delta/test.py::test_single_log_file PASSED test_storage_delta/test.py::test_types PASSED test_replicated_parse_zk_metadata/test.py::test_replicated_engine_parse_metadata_on_attach PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_no_kdc PASSED test_sql_user_defined_functions_on_cluster/test.py::test_sql_user_defined_functions_on_cluster PASSED test_storage_kerberized_kafka/test.py::test_kafka_json_as_string_request_new_ticket_after_expiration ================= 100 passed, 16 warnings in 238.95s (0:03:58) =================